4D Chart v13

CT GET 3D VIEW

Home

 
4D Chart v13
CT GET 3D VIEW

CT GET 3D VIEW 


 

CT GET 3D VIEW ( area ; object ; rotation ; elevation ) 
Parameter Type   Description
area  Longint in 4D Chart area
object  Longint in Object ID
rotation  Real in Receives rotation in degrees (0 to 90)
elevation  Real in Receives elevation in degrees (0 to 90)

The CT GET 3D VIEW command returns the rotation and elevation of the graph specified by area and object. This command works only with three-dimensional graphs.

rotation is the rotation of the graph around the Z-axis.

elevation is the rotation of the graph around the X-axis.

Example  

This example returns the rotation and elevation of the chart specified by $ChartID in the $Rotation and $Elevation parameters.

 CT GET 3D VIEW(Area;$ChartID;$Rotation;$Elevation)

 
PROPERTIES 

Product: 4D Chart
Theme: CT Chart
Number: 14547

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 1

 
SEE ALSO 

CT SET 3D VIEW